[INFO] cloning repository https://github.com/yuvi168/hop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuvi168/hop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuvi168%2Fhop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuvi168%2Fhop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7580a4b7186377e4b91e073a820a4f9c4b051e28
[INFO] fixing yuvi168/hop against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuvi168%2Fhop" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/yuvi168/hop
[INFO] finished tweaking git repo https://github.com/yuvi168/hop
[INFO] tweaked toml for git repo https://github.com/yuvi168/hop written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yuvi168/hop on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yuvi168/hop already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6
[INFO] running `Command { std: "docker" "start" "428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]     Checking clap v4.5.48
[INFO] [stderr]     Checking hop v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `exist_in_database` in this scope
[INFO] [stdout]   --> src/tests.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     if !exist_in_database(&string_foo)? {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 | fn test_exist_in_database() -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    | --------------------------------------------------------- similarly named constant `test_exist_in_database` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 16 |     if !test_exist_in_database(&string_foo)? {
[INFO] [stdout]    |         +++++
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::data::exist_in_database;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `exist_in_database` in this scope
[INFO] [stdout]   --> src/tests.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |         assert!(exist_in_database(&string_foo)?);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 | fn test_exist_in_database() -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    | --------------------------------------------------------- similarly named constant `test_exist_in_database` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 18 |         assert!(test_exist_in_database(&string_foo)?);
[INFO] [stdout]    |                 +++++
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::data::exist_in_database;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `exist_in_database` in this scope
[INFO] [stdout]   --> src/tests.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert!(exist_in_database(&string_foo)?);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::data::exist_in_database;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fs` in this scope
[INFO] [stdout]   --> src/tests.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fs::create_dir_all(&path_foo)?;
[INFO] [stdout]    |     ^^ use of unresolved module or unlinked crate `fs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fs`, use `cargo add fs` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `exist_in_database` in this scope
[INFO] [stdout]   --> src/tests.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn test_exist_in_database() -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    | --------------------------------------------------------- similarly named constant `test_exist_in_database` defined here
[INFO] [stdout] ...
[INFO] [stdout] 48 |     if !exist_in_database(str_foo)? {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 48 |     if !test_exist_in_database(str_foo)? {
[INFO] [stdout]    |         +++++
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::data::exist_in_database;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fs` in this scope
[INFO] [stdout]   --> src/tests.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fs::create_dir_all(&path_bar)?;
[INFO] [stdout]    |     ^^ use of unresolved module or unlinked crate `fs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fs`, use `cargo add fs` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `exist_in_database` in this scope
[INFO] [stdout]   --> src/tests.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn test_exist_in_database() -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    | --------------------------------------------------------- similarly named constant `test_exist_in_database` defined here
[INFO] [stdout] ...
[INFO] [stdout] 58 |     if !exist_in_database(str_bar)? {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 58 |     if !test_exist_in_database(str_bar)? {
[INFO] [stdout]    |         +++++
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::data::exist_in_database;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `exist_in_database` in this scope
[INFO] [stdout]   --> src/tests.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn test_exist_in_database() -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    | --------------------------------------------------------- similarly named constant `test_exist_in_database` defined here
[INFO] [stdout] ...
[INFO] [stdout] 71 |     if !exist_in_database(&string_path)? {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 71 |     if !test_exist_in_database(&string_path)? {
[INFO] [stdout]    |         +++++
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::data::exist_in_database;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `match_percent` in this scope
[INFO] [stdout]   --> src/tests.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |     assert_eq!(match_percent(s1, s2), 0.7272727272727273);
[INFO] [stdout]    |                ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::search::match_percent;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |         add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 |         add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |         -------- ^^^^^^^^^^^^^^^^^^ expected `PathBuf`, found `String`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/lib.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn add_path(path: PathBuf, mut data: Vec<Data>, weight: Option<f64>) -> Vec<Data> {
[INFO] [stdout]    |        ^^^^^^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `String` into `std::path::PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] 17 |         add_path(string_foo.clone().into(), get_data()?, None)?;
[INFO] [stdout]    |                                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]   --> src/tests.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `Vec<Data>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `Try` is not implemented for `Vec<Data>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:26:34
[INFO] [stdout]    |
[INFO] [stdout] 26 |     add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |                                  ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^ expected `PathBuf`, found `String`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/lib.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn add_path(path: PathBuf, mut data: Vec<Data>, weight: Option<f64>) -> Vec<Data> {
[INFO] [stdout]    |        ^^^^^^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `String` into `std::path::PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] 26 |     add_path(string_foo.clone().into(), get_data()?, None)?;
[INFO] [stdout]    |                                +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]   --> src/tests.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `Vec<Data>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `Try` is not implemented for `Vec<Data>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 |     if get_data()?.len() == 0 {
[INFO] [stdout]    |        ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:35:38
[INFO] [stdout]    |
[INFO] [stdout] 35 |         add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |         add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |         -------- ^^^^^^^^^^^^^^^^^^ expected `PathBuf`, found `String`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/lib.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn add_path(path: PathBuf, mut data: Vec<Data>, weight: Option<f64>) -> Vec<Data> {
[INFO] [stdout]    |        ^^^^^^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `String` into `std::path::PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] 35 |         add_path(string_foo.clone().into(), get_data()?, None)?;
[INFO] [stdout]    |                                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]   --> src/tests.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         add_path(string_foo.clone(), get_data()?, None)?;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `Vec<Data>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `Try` is not implemented for `Vec<Data>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |         assert!(get_data()?.len() > 0);
[INFO] [stdout]    |                 ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:49:41
[INFO] [stdout]    |
[INFO] [stdout] 49 |         add_path(String::from(str_foo), get_data()?, None)?;
[INFO] [stdout]    |                                         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |         add_path(String::from(str_foo), get_data()?, None)?;
[INFO] [stdout]    |         -------- ^^^^^^^^^^^^^^^^^^^^^ expected `PathBuf`, found `String`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/lib.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn add_path(path: PathBuf, mut data: Vec<Data>, weight: Option<f64>) -> Vec<Data> {
[INFO] [stdout]    |        ^^^^^^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `String` into `std::path::PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] 49 |         add_path(String::from(str_foo).into(), get_data()?, None)?;
[INFO] [stdout]    |                                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]   --> src/tests.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         add_path(String::from(str_foo), get_data()?, None)?;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `Vec<Data>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `Try` is not implemented for `Vec<Data>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:51:61
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let results = find_matches(String::from("foo_dir"), get_data()?);
[INFO] [stdout]    |                                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:59:41
[INFO] [stdout]    |
[INFO] [stdout] 59 |         add_path(String::from(str_bar), get_data()?, None)?;
[INFO] [stdout]    |                                         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests.rs:59:18
[INFO] [stdout]    |
[INFO] [stdout] 59 |         add_path(String::from(str_bar), get_data()?, None)?;
[INFO] [stdout]    |         -------- ^^^^^^^^^^^^^^^^^^^^^ expected `PathBuf`, found `String`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/lib.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn add_path(path: PathBuf, mut data: Vec<Data>, weight: Option<f64>) -> Vec<Data> {
[INFO] [stdout]    |        ^^^^^^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `String` into `std::path::PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] 59 |         add_path(String::from(str_bar).into(), get_data()?, None)?;
[INFO] [stdout]    |                                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]   --> src/tests.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         add_path(String::from(str_bar), get_data()?, None)?;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `Vec<Data>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `Try` is not implemented for `Vec<Data>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:61:58
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let results = find_matches(String::from("bar_"), get_data()?);
[INFO] [stdout]    |                                                          ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:72:39
[INFO] [stdout]    |
[INFO] [stdout] 72 |         add_path(string_path.clone(), get_data()?, None)?;
[INFO] [stdout]    |                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 |         add_path(string_path.clone(), get_data()?, None)?;
[INFO] [stdout]    |         -------- ^^^^^^^^^^^^^^^^^^^ expected `PathBuf`, found `String`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/lib.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn add_path(path: PathBuf, mut data: Vec<Data>, weight: Option<f64>) -> Vec<Data> {
[INFO] [stdout]    |        ^^^^^^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `String` into `std::path::PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] 72 |         add_path(string_path.clone().into(), get_data()?, None)?;
[INFO] [stdout]    |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]   --> src/tests.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         add_path(string_path.clone(), get_data()?, None)?;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `Vec<Data>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `Try` is not implemented for `Vec<Data>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_data` in this scope
[INFO] [stdout]   --> src/tests.rs:73:57
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let results = match_fuzzy(String::from("foo_"), get_data()?, None);
[INFO] [stdout]    |                                                         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `match_fuzzy` in this scope
[INFO] [stdout]   --> src/tests.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let results = match_fuzzy(String::from("foo_"), get_data()?, None);
[INFO] [stdout]    |                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hop` (lib test) due to 33 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6", kill_on_drop: false }`
[INFO] [stdout] 428236611c39f9cb2cb8f8954753617b2446973fc689e8628ae9b189c08abec6
